Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Accessing Objects Directly


Q3File_IsNextObjectOfType

You can use the Q3File_IsNextObjectOfType function to determine whether the next object in a file is of a certain type.

TQ3Boolean Q3File_IsNextObjectOfType (
TQ3FileObject file, 
TQ3ObjectType ofType);
file
A file object.
ofType
An object type.
DESCRIPTION
The Q3File_IsNextObjectOfType function returns, as its function result, a Boolean value that indicates whether the next object in the file object specified by the file parameter is of the type specified by the ofType parameter (kQ3True) or not (kQ3False).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996